| class UIMenuUI Menu basic component.| Attributes | MovedFrom(true, "StvDEV.StarterPack", "StvDEV.StarterPack", "GUIMenu"), HelpURL("https://docs.stvdev.pro/StvDEV/Components/UI/UIMenu/index.html") | | Visibility | Public | | Modifiers | abstract | | Extends | MonoBehaviour |
Public methodsProtected methods| void OnClose() | Defines the actions that occur when the window is closed. | | void OnOpen() | Defines the actions that occur when the window is opened. |
Public properties| UnityEvent Closed | Called when the menu is closed. | | bool IsActive | Returns whether this menu is active. | | UnityEvent Opened | Called when the menu is opened. |
|